home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Bojo.exe / scripts / DefineButton2_146 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-29  |  113b  |  9 lines

  1. on(release){
  2.    gotoAndPlay(24);
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("pval");
  6.       play();
  7.    }
  8. }
  9.